type crypto/tls.cipherSuiteTLS13
14 uses
crypto/tls (current package)
cipher_suites.go#L194: type cipherSuiteTLS13 struct {
cipher_suites.go#L201: var cipherSuitesTLS13 = []*cipherSuiteTLS13{ // TODO: replace with a map.
cipher_suites.go#L634: func mutualCipherSuiteTLS13(have []uint16, want uint16) *cipherSuiteTLS13 {
cipher_suites.go#L643: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
conn.go#L227: func (hc *halfConn) setTrafficSecret(suite *cipherSuiteTLS13, level QUICEncryptionLevel, secret []byte) {
handshake_client_tls13.go#L33: suite *cipherSuiteTLS13
handshake_server_tls13.go#L33: suite *cipherSuiteTLS13
key_schedule.go#L35: func (c *cipherSuiteTLS13) expandLabel(secret []byte, label string, context []byte, length int) []byte {
key_schedule.go#L70: func (c *cipherSuiteTLS13) deriveSecret(secret []byte, label string, transcript hash.Hash) []byte {
key_schedule.go#L78: func (c *cipherSuiteTLS13) extract(newSecret, currentSecret []byte) []byte {
key_schedule.go#L87: func (c *cipherSuiteTLS13) nextTrafficSecret(trafficSecret []byte) []byte {
key_schedule.go#L92: func (c *cipherSuiteTLS13) trafficKey(trafficSecret []byte) (key, iv []byte) {
key_schedule.go#L101: func (c *cipherSuiteTLS13) finishedHash(baseKey []byte, transcript hash.Hash) []byte {
key_schedule.go#L110: func (c *cipherSuiteTLS13) exportKeyingMaterial(masterSecret []byte, transcript hash.Hash) func(string, []byte, int) ([]byte, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |